home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 49
/
Volume 49 - JOGO DISK .iso
/
Games
/
apple girl.swf
/
scripts
/
DefineSprite_236
/
frame_1
/
DoAction.as
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2007-09-27
|
262 b
|
11 lines
this.onEnterFrame = function()
{
var _loc3_ = _parent.getBytesLoaded() / _parent.getBytesTotal();
loading_mc.bar_mc._width = Math.round(236 * _loc3_);
if(_loc3_ == 1)
{
_parent.loadDone = true;
delete this.onEnterFrame;
}
};